home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / COMMON / TOOLS / VB / REGUTILS / README.TXT next >
Encoding:
Text File  |  1996-06-28  |  1.4 KB  |  38 lines

  1. Registration Utilities
  2. ----------------------
  3.  
  4. This directory contains three tools for registering in process ole servers.
  5. In process servers are OLE DLLs or OLE controls.
  6.  
  7. REGSVR32.EXE
  8. ------------
  9.  
  10. RegServer is a windows program that allows you to register and un-register in
  11. process servers.  REGSRVR32.EXE will display dialogs indicating if it was
  12. successful unless you use the silent option /s.  To register a server use the
  13. following format: REGSVR32.EXE MyServer.dll  To un-register a server use the /u 
  14. option in the following format: REGSVR32.EXE /u MyServer.dll.
  15.  
  16. REGOCX32.EXE
  17. ------------
  18.  
  19. RegOCX is a windows program specifically designed for use by setup programs
  20. when installing OCXes.  REGOCX32.EXE does not display dialogs.  To register an
  21. OCX you use the following format: REGOCX32.EXE MyCtrl.ocx
  22.  
  23. REGIT.EXE
  24. ---------
  25.  
  26. RegIt is a command line utility that you can use to register one or more in
  27. process servers.  Regit accepts wildcards.  For instance you can use
  28. REGIT.EXE *.OCX to register all of the OCX files in a directory.  
  29.  
  30. Installation
  31. ------------
  32.  
  33. To install these utilities copy the files to a directory on you hard drive.
  34. You may want to put these utilities to a directory in your PATH if you use
  35. them often enough.  It is also useful to associate the .DLL and .OCX file
  36. extensions with REGSVR32.EXE so that you can double click on DLLs and OCXes
  37. to register them.
  38.